home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / randchat.lha / RandChat.DOC < prev    next >
Text File  |  1993-12-31  |  2KB  |  47 lines

  1.                                 RandChat...
  2.                             -----------------
  3.  
  4. Randchat is only a simpel AREXX-script that displays ,from an unlimitited 
  5. no of files, Chattexts.
  6. All you have to do is to install the script RandChat.REXX in your PFILES: 
  7. dir., make a dir in PFILES: called Chattext and copy all the chat-ascii's 
  8. there. Then you have to edit your 'bbstext' file (lies in CNET: ). The
  9. lines #928 and #934 as follows:
  10.  
  11. line #928 should be altered to:
  12.  
  13.  /#0 Pfiles:Randchat.REXX END} 
  14.  ^                         ^
  15.  |                         | 
  16.  |                     Any argument will do for the 'end', texts...
  17. That's a <CTRL+Q>.
  18.  
  19. Line #934 should be altered to:
  20.  
  21.  /#0 Pfiles:Randchat.REXX Chat}
  22.  ^                          ^
  23.  |                          |
  24.  |                        The argument here MUST be Chat for the starttexts..
  25. That's a <CTRL+Q>.
  26.  
  27. To add more chat-asciis,just put them in your Chattext dir. and name them to
  28. chat.n or end.n (where n is the number next in range).
  29.  
  30. Then edit the line in the RandChat.REXX file that looks like:
  31.  
  32. MaxFiles=4 
  33.  
  34. and change the 4 to the number of texts you got.
  35. Just remember that you must have as many chat.n texts as you got end.n texts!
  36.  
  37.           ____     _  _     _____       _____     _____     _____
  38.          /___/\   //\//\   /____/\     /____/\   /____/\   /____/\
  39.         /    \ \ / \/ \ \ /  ___\/_   /  ___\/_ /  _  \ \ / __  \ \
  40.         \__\  \ \\  _  \ \\   _\__/\  \   _\__/\\  \\  \ \\  \\  \ \
  41.             \  \/ \  \  \/ \      \/   \      \/ \  \\  \/ \  \\  \/
  42.              \_/   \_/\_/   \_____/     \_____/   \_/ \_/   \_/\__/
  43.  
  44.  RandChat (C) 1993 by Wolverine / DMI
  45.  
  46.  
  47.